home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 10 / PC Guia 10.iso / database / power.dir / 00023_Script_23 < prev    next >
Text File  |  1996-03-14  |  412b  |  19 lines

  1. on mousedown
  2.   global gMakerName, gmakernum
  3.   
  4.   puppetsound "click"
  5.   updatestage
  6.   set tmp = line (the mouseline) of field "Filenames2"
  7.   
  8.   set gMakerName = tmp
  9.   set gmakernum = nametonum(gmakername)
  10.   if gMakernum = 0 or (gMAkernum = 1 and gMAkername <> "Arafat") then 
  11.     alert "oops! problem with name"  
  12.   else
  13.     
  14.     go to the frame + 1
  15.     --makeindex (tmp&".TXT")
  16.   end if
  17.   
  18. end
  19.